home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / colbox / coolbox.dfm / coolbox.txt
Encoding:
Text File  |  1995-12-22  |  2.9 KB  |  94 lines

  1. object Form1: TForm1
  2.   Left = 245
  3.   Top = 163
  4.   Width = 349
  5.   Height = 253
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object ListBox1: TListBox
  15.     Left = 16
  16.     Top = 24
  17.     Width = 129
  18.     Height = 177
  19.     DragMode = dmAutomatic
  20.     ItemHeight = 16
  21.     Items.Strings = (
  22.       'List 1'
  23.       'List 2'
  24.       'List 3'
  25.       'List 4'
  26.       'List 5'
  27.       'List 6')
  28.     MultiSelect = True
  29.     TabOrder = 0
  30.     OnDragOver = ListBox1DragOver
  31.   end
  32.   object ListBox2: TListBox
  33.     Left = 168
  34.     Top = 24
  35.     Width = 129
  36.     Height = 177
  37.     DragMode = dmAutomatic
  38.     ItemHeight = 16
  39.     Items.Strings = (
  40.       'Test 1'
  41.       'Test 2'
  42.       'Test 3'
  43.       'Test 4')
  44.     TabOrder = 1
  45.     OnDragDrop = ListBox2DragDrop
  46.     OnDragOver = ListBox2DragOver
  47.     OnMouseDown = ListBox2MouseDown
  48.   end
  49.   object BitBtn1: TBitBtn
  50.     Left = 304
  51.     Top = 56
  52.     Width = 25
  53.     Height = 49
  54.     TabOrder = 2
  55.     OnClick = BitBtn1Click
  56.     Glyph.Data = {
  57.       78010000424D7801000000000000760000002800000020000000100000000100
  58.       04000000000000000000120B0000120B00000000000000000000000000000000
  59.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  60.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  61.       3333333333777F33333333333309033333333333337F7F333333333333090333
  62.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  63.       33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  64.       3333333777737777F333333099999990333333373F3333373333333309999903
  65.       333333337F33337F33333333099999033333333373F333733333333330999033
  66.       3333333337F337F3333333333099903333333333373F37333333333333090333
  67.       33333333337F7F33333333333309033333333333337373333333333333303333
  68.       333333333337F3333333333333303333333333333337333333330000}
  69.     NumGlyphs = 2
  70.   end
  71.   object BitBtn2: TBitBtn
  72.     Left = 304
  73.     Top = 112
  74.     Width = 25
  75.     Height = 49
  76.     TabOrder = 3
  77.     OnClick = BitBtn2Click
  78.     Glyph.Data = {
  79.       78010000424D7801000000000000760000002800000020000000100000000100
  80.       04000000000000000000120B0000120B00000000000000000000000000000000
  81.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  82.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  83.       333333333337F33333333333333033333333333333373F333333333333090333
  84.       33333333337F7F33333333333309033333333333337373F33333333330999033
  85.       3333333337F337F33333333330999033333333333733373F3333333309999903
  86.       333333337F33337F33333333099999033333333373333373F333333099999990
  87.       33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  88.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  89.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  90.       33333333337F7F333333333333000333333333333377733333330000}
  91.     NumGlyphs = 2
  92.   end
  93. end
  94.